* wid-edit.el (widget-default-create): Move ?h handling here...
authorChong Yidong <cyd@stupidchicken.com>
Thu, 14 Jun 2007 23:07:05 +0000 (23:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 14 Jun 2007 23:07:05 +0000 (23:07 +0000)
commit12d0937c0a430f58c9ddb64a4fc4d17a3621ee8b
tree62aff03e36ba0d05dbcfadbb17d51ee6aaa4297f
parentc06f41521ed5777e195196d60e594cc9e9a96673
* wid-edit.el (widget-default-create): Move ?h handling here...
(widget-default-format-handler): ...from here.
(widget-docstring, widget-add-documentation-string-button): New funs.
(documentation-string): Add :visibility-widget property.
(widget-documentation-string-value-create): Use it.

* cus-edit.el (custom-split-regexp-maybe): Simplify.
(custom-buffer-create-internal): Simplify message.
(custom-variable-tag): Reduce height to normal.
(custom-variable-value-create, custom-face-value-create)
(custom-visibility): New widget.
(custom-visibility): New face.
(custom-group-value-create): Call
widget-add-documentation-string-button, using `custom-visibility'.
lisp/ChangeLog